3.982 \(\int \frac {(1-x)^n (1+x)^{-n}}{x} \, dx\)

Optimal. Leaf size=68 \[ \frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;n+1;\frac {1-x}{2}\right )}{n}-\frac {(1-x)^n (x+1)^{-n} \, _2F_1\left (1,n;n+1;\frac {1-x}{x+1}\right )}{n} \]

[Out]

-(1-x)^n*hypergeom([1, n],[1+n],(1-x)/(1+x))/n/((1+x)^n)+(1-x)^n*hypergeom([n, n],[1+n],1/2-1/2*x)/(2^n)/n

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 68, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {105, 69, 131} \[ \frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;n+1;\frac {1-x}{2}\right )}{n}-\frac {(1-x)^n (x+1)^{-n} \, _2F_1\left (1,n;n+1;\frac {1-x}{x+1}\right )}{n} \]

Antiderivative was successfully verified.

[In]

Int[(1 - x)^n/(x*(1 + x)^n),x]

[Out]

-(((1 - x)^n*Hypergeometric2F1[1, n, 1 + n, (1 - x)/(1 + x)])/(n*(1 + x)^n)) + ((1 - x)^n*Hypergeometric2F1[n,
 n, 1 + n, (1 - x)/2])/(2^n*n)

Rule 69

Int[((a_) + (b_.)*(x_))^(m_)*((c_) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*Hypergeometric2F1[
-n, m + 1, m + 2, -((d*(a + b*x))/(b*c - a*d))])/(b*(m + 1)*(b/(b*c - a*d))^n), x] /; FreeQ[{a, b, c, d, m, n}
, x] && NeQ[b*c - a*d, 0] &&  !IntegerQ[m] &&  !IntegerQ[n] && GtQ[b/(b*c - a*d), 0] && (RationalQ[m] ||  !(Ra
tionalQ[n] && GtQ[-(d/(b*c - a*d)), 0]))

Rule 105

Int[(((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x_)), x_Symbol] :> Dist[b/f, Int[(a
+ b*x)^(m - 1)*(c + d*x)^n, x], x] - Dist[(b*e - a*f)/f, Int[((a + b*x)^(m - 1)*(c + d*x)^n)/(e + f*x), x], x]
 /; FreeQ[{a, b, c, d, e, f, m, n}, x] && IGtQ[Simplify[m + n + 1], 0] && (GtQ[m, 0] || ( !RationalQ[m] && (Su
mSimplerQ[m, -1] ||  !SumSimplerQ[n, -1])))

Rule 131

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_), x_Symbol] :> Simp[((b*c -
a*d)^n*(a + b*x)^(m + 1)*Hypergeometric2F1[m + 1, -n, m + 2, -(((d*e - c*f)*(a + b*x))/((b*c - a*d)*(e + f*x))
)])/((m + 1)*(b*e - a*f)^(n + 1)*(e + f*x)^(m + 1)), x] /; FreeQ[{a, b, c, d, e, f, m, p}, x] && EqQ[m + n + p
 + 2, 0] && ILtQ[n, 0]

Rubi steps

\begin {align*} \int \frac {(1-x)^n (1+x)^{-n}}{x} \, dx &=-\int (1-x)^{-1+n} (1+x)^{-n} \, dx+\int \frac {(1-x)^{-1+n} (1+x)^{-n}}{x} \, dx\\ &=-\frac {(1-x)^n (1+x)^{-n} \, _2F_1\left (1,n;1+n;\frac {1-x}{1+x}\right )}{n}+\frac {2^{-n} (1-x)^n \, _2F_1\left (n,n;1+n;\frac {1-x}{2}\right )}{n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 67, normalized size = 0.99 \[ \frac {2^{-n} (1-x)^n (x+1)^{-n} \left ((x+1)^n \, _2F_1\left (n,n;n+1;\frac {1-x}{2}\right )-2^n \, _2F_1\left (1,n;n+1;\frac {1-x}{x+1}\right )\right )}{n} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 - x)^n/(x*(1 + x)^n),x]

[Out]

((1 - x)^n*(-(2^n*Hypergeometric2F1[1, n, 1 + n, (1 - x)/(1 + x)]) + (1 + x)^n*Hypergeometric2F1[n, n, 1 + n,
(1 - x)/2]))/(2^n*n*(1 + x)^n)

________________________________________________________________________________________

fricas [F]  time = 0.93, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="fricas")

[Out]

integral((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="giac")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

maple [F]  time = 0.14, size = 0, normalized size = 0.00 \[ \int \frac {\left (-x +1\right )^{n} \left (x +1\right )^{-n}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-x+1)^n/x/((x+1)^n),x)

[Out]

int((-x+1)^n/x/((x+1)^n),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (-x + 1\right )}^{n}}{{\left (x + 1\right )}^{n} x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)^n/x/((1+x)^n),x, algorithm="maxima")

[Out]

integrate((-x + 1)^n/((x + 1)^n*x), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\left (1-x\right )}^n}{x\,{\left (x+1\right )}^n} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((1 - x)^n/(x*(x + 1)^n),x)

[Out]

int((1 - x)^n/(x*(x + 1)^n), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (1 - x\right )^{n} \left (x + 1\right )^{- n}}{x}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1-x)**n/x/((1+x)**n),x)

[Out]

Integral((1 - x)**n*(x + 1)**(-n)/x, x)

________________________________________________________________________________________